home *** CD-ROM | disk | FTP | other *** search
- Path: news.sara.nl!news
- From: Paul Langemeijer <lmeijer@phys.uva.nl>
- Newsgroups: comp.lang.c++
- Subject: Large arrays in c++?
- Date: 24 Jan 1996 09:07:22 GMT
- Organization: Academic Computer Services Amsterdam (SARA)
- Message-ID: <4e4ssa$n9t@mira.sara.nl>
- NNTP-Posting-Host: pc-ka159.phys.uva.nl
-
- Hello,
-
- I am working on a simulation program that generates a lot of
- (complex) numbers which I would like to store in a large array, to
- make a FFT lateron.
- The calloc function will not allow me enough memory to store my
- approximately 1Mb of data, though there is enough internal memory
- on my PC. How can I fix this? I am using Borland C++ under DOS.
-
- Please give me a hint!
-
- Regards, Frederik de Jong
-
- Email:
- fbdejong@nucleus.phys.uva.nl
-